Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NBlocksQueue<T> Class
Fields Properties Methods


In This Topic
    NBlocksQueue<T> Class Members
    In This Topic

    The following tables list the members exposed by NBlocksQueue<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the count of items (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public PropertyGets or sets the item at the specified index (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Top
    Public Methods
     NameDescription
    Public MethodRemoves all items from this object (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodQueries whether the specified item is contained in this object. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodCopies all items of this set to the specified array, starting from the specified array index. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodRemoves and returns the item at the beginning of the queue.  
    Public MethodEnqueue (appends) the item at the end of the queue.  
    Public MethodGets an iterator that iterates through the items in forward order. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodGets an iterator that iterates through the items in a reverse order. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodOverloaded. Gets the index at which an item appears for the first time. Returns -1 if the item does not appear in the set. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodOverloaded. Gets the index at which the item appears in the set for the last time, starting from the specified index. Returns -1 if the item does not appear in the set. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Public MethodReturns the first item of the queue without removing it.  
    Public MethodConverts this set to an array. (Inherited from Nevron.Nov.DataStructures.NBlocksRing<T>)
    Top
    See Also